home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / main.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  138 b   |  10 lines

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   if soundBusy(2) then
  6.     sound stop 2
  7.   end if
  8.   go(label("Compass"))
  9. end
  10.